home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pagede1a / tags.txt < prev   
Text File  |  1999-08-22  |  926b  |  46 lines

  1. Html
  2. "<html>
  3.  
  4. </html>"
  5. Body
  6. "<body>
  7.  
  8. </body>"
  9. Head
  10. "<head>   </head>"
  11. Align
  12. "<p align='align'>  your text here  </p>"
  13. Bullet
  14. "<li>  your text </li>"
  15. Table
  16. "<table border='1'>
  17.     <tr>
  18.         <td>   your text   </td>
  19.         <td>   your text   </td>
  20.     </tr>
  21.     <tr>
  22.         <td>   your text   </td>
  23.         <td>   your text   </td>
  24.     </tr>
  25. </table>"
  26. Title
  27. "<title>  Your page Title  </title>"
  28. Horizontal line
  29. <hr size="  you line size " width=" your line width  " color="  your line color ">
  30. Background image
  31. "<body background='  Filename  ' </body>"
  32. Background color
  33. "<body bgcolor=' color '> </body>"
  34. Text color
  35. "<body text='  color  '> </body>"
  36. Link color
  37. "<body link='  color  '> </body>"
  38. Visited link color
  39. "<body vlink='  color  '> </body>"
  40. Active link color
  41. "<body alink='  color  '> </body>"
  42. Script
  43. "<p><script language='  language  '><!--
  44.  you code
  45. --></script></p>"
  46.